3.31.55 \(\int (a+b x)^{-n} (c+d x) (e+f x)^{-2+n} \, dx\) [3055]

Optimal. Leaf size=118 \[ -\frac {(d e-c f) (a+b x)^{1-n} (e+f x)^{-1+n}}{f (b e-a f) (1-n)}+\frac {d (a+b x)^{-n} \left (-\frac {f (a+b x)}{b e-a f}\right )^n (e+f x)^n \, _2F_1\left (n,n;1+n;\frac {b (e+f x)}{b e-a f}\right )}{f^2 n} \]

[Out]

-(-c*f+d*e)*(b*x+a)^(1-n)*(f*x+e)^(-1+n)/f/(-a*f+b*e)/(1-n)+d*(-f*(b*x+a)/(-a*f+b*e))^n*(f*x+e)^n*hypergeom([n
, n],[1+n],b*(f*x+e)/(-a*f+b*e))/f^2/n/((b*x+a)^n)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 118, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {80, 72, 71} \begin {gather*} \frac {d (a+b x)^{-n} (e+f x)^n \left (-\frac {f (a+b x)}{b e-a f}\right )^n \, _2F_1\left (n,n;n+1;\frac {b (e+f x)}{b e-a f}\right )}{f^2 n}-\frac {(a+b x)^{1-n} (d e-c f) (e+f x)^{n-1}}{f (1-n) (b e-a f)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((c + d*x)*(e + f*x)^(-2 + n))/(a + b*x)^n,x]

[Out]

-(((d*e - c*f)*(a + b*x)^(1 - n)*(e + f*x)^(-1 + n))/(f*(b*e - a*f)*(1 - n))) + (d*(-((f*(a + b*x))/(b*e - a*f
)))^n*(e + f*x)^n*Hypergeometric2F1[n, n, 1 + n, (b*(e + f*x))/(b*e - a*f)])/(f^2*n*(a + b*x)^n)

Rule 71

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)/(b*(m + 1)*(b/(b*c
 - a*d))^n))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m, n}
, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] ||  !(Ra
tionalQ[n] && GtQ[-d/(b*c - a*d), 0]))

Rule 72

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[(c + d*x)^FracPart[n]/((b/(b*c - a*d)
)^IntPart[n]*(b*((c + d*x)/(b*c - a*d)))^FracPart[n]), Int[(a + b*x)^m*Simp[b*(c/(b*c - a*d)) + b*d*(x/(b*c -
a*d)), x]^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] &&
(RationalQ[m] ||  !SimplerQ[n + 1, m + 1])

Rule 80

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(-(b*e - a*f
))*(c + d*x)^(n + 1)*((e + f*x)^(p + 1)/(f*(p + 1)*(c*f - d*e))), x] - Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1
) + c*f*(p + 1)))/(f*(p + 1)*(c*f - d*e)), Int[(c + d*x)^n*(e + f*x)^Simplify[p + 1], x], x] /; FreeQ[{a, b, c
, d, e, f, n, p}, x] &&  !RationalQ[p] && SumSimplerQ[p, 1]

Rubi steps

\begin {align*} \int (a+b x)^{-n} (c+d x) (e+f x)^{-2+n} \, dx &=-\frac {(d e-c f) (a+b x)^{1-n} (e+f x)^{-1+n}}{f (b e-a f) (1-n)}+\frac {d \int (a+b x)^{-n} (e+f x)^{-1+n} \, dx}{f}\\ &=-\frac {(d e-c f) (a+b x)^{1-n} (e+f x)^{-1+n}}{f (b e-a f) (1-n)}+\frac {\left (d (a+b x)^{-n} \left (\frac {f (a+b x)}{-b e+a f}\right )^n\right ) \int (e+f x)^{-1+n} \left (-\frac {a f}{b e-a f}-\frac {b f x}{b e-a f}\right )^{-n} \, dx}{f}\\ &=-\frac {(d e-c f) (a+b x)^{1-n} (e+f x)^{-1+n}}{f (b e-a f) (1-n)}+\frac {d (a+b x)^{-n} \left (-\frac {f (a+b x)}{b e-a f}\right )^n (e+f x)^n \, _2F_1\left (n,n;1+n;\frac {b (e+f x)}{b e-a f}\right )}{f^2 n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.22, size = 125, normalized size = 1.06 \begin {gather*} -\frac {(a+b x)^{-n} (e+f x)^{-1+n} \left (-d e f n (a+b x)+c f^2 n (a+b x)-d (b e-a f) (-1+n) \left (\frac {f (a+b x)}{-b e+a f}\right )^n (e+f x) \, _2F_1\left (n,n;1+n;\frac {b (e+f x)}{b e-a f}\right )\right )}{f^2 (b e-a f) (-1+n) n} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((c + d*x)*(e + f*x)^(-2 + n))/(a + b*x)^n,x]

[Out]

-(((e + f*x)^(-1 + n)*(-(d*e*f*n*(a + b*x)) + c*f^2*n*(a + b*x) - d*(b*e - a*f)*(-1 + n)*((f*(a + b*x))/(-(b*e
) + a*f))^n*(e + f*x)*Hypergeometric2F1[n, n, 1 + n, (b*(e + f*x))/(b*e - a*f)]))/(f^2*(b*e - a*f)*(-1 + n)*n*
(a + b*x)^n))

________________________________________________________________________________________

Maple [F]
time = 0.02, size = 0, normalized size = 0.00 \[\int \left (d x +c \right ) \left (f x +e \right )^{-2+n} \left (b x +a \right )^{-n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)*(f*x+e)^(-2+n)/((b*x+a)^n),x)

[Out]

int((d*x+c)*(f*x+e)^(-2+n)/((b*x+a)^n),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(f*x+e)^(-2+n)/((b*x+a)^n),x, algorithm="maxima")

[Out]

integrate((d*x + c)*(f*x + e)^(n - 2)/(b*x + a)^n, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(f*x+e)^(-2+n)/((b*x+a)^n),x, algorithm="fricas")

[Out]

integral((d*x + c)*(f*x + e)^(n - 2)/(b*x + a)^n, x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(f*x+e)**(-2+n)/((b*x+a)**n),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(f*x+e)^(-2+n)/((b*x+a)^n),x, algorithm="giac")

[Out]

integrate((d*x + c)*(f*x + e)^(n - 2)/(b*x + a)^n, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (e+f\,x\right )}^{n-2}\,\left (c+d\,x\right )}{{\left (a+b\,x\right )}^n} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((e + f*x)^(n - 2)*(c + d*x))/(a + b*x)^n,x)

[Out]

int(((e + f*x)^(n - 2)*(c + d*x))/(a + b*x)^n, x)

________________________________________________________________________________________